Remove extraneous .BaseName from AppVeyor
authorAlex Crichton <alex@alexcrichton.com>
Thu, 5 Jan 2017 23:41:04 +0000 (15:41 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 5 Jan 2017 23:41:04 +0000 (15:41 -0800)
Apparently this isn't necessary

appveyor.yml

index 0ab8748b90bee5aa8e5a0079ac3bced3d1d40dd8..728be22513ca215d4e773974f0f6bc40f858698e 100644 (file)
@@ -57,7 +57,7 @@ before_deploy:
           [io.file]::WriteAllText($_.Path + ".sha256", $_.Hash.ToLower() + "`n")
         }
         Get-ChildItem -Path deploy | Foreach-Object {
-          Push-AppveyorArtifact $_.FullName -FileName ${env:APPVEYOR_REPO_COMMIT}/$_.BaseName
+          Push-AppveyorArtifact $_.FullName -FileName ${env:APPVEYOR_REPO_COMMIT}/$_
         }
 
 deploy: